home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / ZIPPED / WINDOWS / TELECOMM / PBBSW191.ZIP / UPDATE.DOC < prev   
Text File  |  1992-07-26  |  5KB  |  169 lines

  1. 1.91 Notes:
  2.  
  3. Chat Features
  4. -------------
  5. Updated the chatting area ([W]ho Command), to include advanced features
  6. such as Channels.  New commands: /CHANNEL  /ID  /PAGE  /SETLIST
  7.  
  8. CHATHELP screen was updated
  9.  
  10. DOS Answer Update
  11. -----------------
  12. DOS will now answer the phone (using the FOSSIL you installed) by
  13. RING.  This means that you no longer have to have PowerBBS set up
  14. for AUTOANSWER (s0=1).
  15.  
  16. Be aware that this feature may not work with all fossil drivers.
  17. It does work with COMM-DRV (the commercial fossil driver you receive
  18. upon registering the DOS MULTILINE version).
  19.  
  20. DOS Advanced Capability
  21. -----------------------
  22. Want PowerBBS to swap out memory to EMS, XMS, or file, on dropping
  23. to DOS programs?  Then in START change the line
  24. Powrbbs c:\powrbbs\powrbbs.dat %1
  25. to
  26. Powrbbs c:\powrbbs\powrbbs.dat %1 x
  27.  
  28. On dropping to DOS, PowerBBS will only use 4-7k of memory.
  29.  
  30. Some addition changes:
  31.  Options Screen #2
  32.  Entry #1, Entry #2, Entry #3: You must include the full paths to
  33.   pkzip & pkunzip.  Ex: replace pkzip -v with c:\pkware\pkzip -v
  34.   giving the complete path to pkzip.
  35.  
  36. Using LOGONx.BAT and LOGOFFx.BAT
  37. --------------------------------
  38. Be aware that PowerBBS will look for these files in the same directory
  39. as your powrbbs.dat.  So if your command line in start.bat
  40. is powrbbs \powrbbs\powrbbs.dat, then powrbbs will look in the
  41. \powrbbs directory.  If you do not have a path (powrbbs powrbbs.dat),
  42. powerbbs looks in the \ directory.  So be sure to edit your start.bat
  43. correctly.
  44.  
  45. Windows PASTE Update
  46. --------------------
  47. The length of a PASTE has been increased.
  48.  
  49.  
  50. 1.90:
  51.  
  52. Added SCRIPT capability.  New Config Options (Display Files #1):
  53. ----------------------------------------------------------------
  54.   Entry #14: Path/File to Create Script Screen
  55.  
  56.    This screen (ScriptB), informs the user that they are creating
  57.    a script.
  58.  
  59.   Entry #15: Path/File to End/Save Script Screen
  60.  
  61.    This screen (ScriptE), informs the user that they are done
  62.    creating a script.
  63.  
  64. Anonymous forums
  65. ----------------
  66.   The name "ANONYMOUS" is now used in messages sent in anonymous
  67.   forums.  The user can select whether to use the name "ANONYMOUS"
  68.   or their actual name.
  69.  
  70. New Read Menu
  71. -------------
  72.   Display Files #1, Entry #16
  73.  
  74.   Path/File to Read Menu ....
  75.  
  76.   This is the menu that is displayed automatically on entry to the
  77.   mail read command.
  78.  
  79. Abort OLD NEWS logon selection.
  80. -------------------------------
  81.   Users can now abort the opening old news screens.
  82.  
  83.   Config Options #2, Entry #9
  84.  
  85.   Minimum Security Needed to Abort Intro
  86.  
  87.     Set this option to the security level, that is required to be able to
  88.     abort the old intro news screens.
  89.  
  90. New Script Questionnaire Option
  91. -------------------------------
  92.   Added Script Questionnaire Option #5.  Option #5 will run a .POW file.
  93.  
  94.         Example:
  95.  
  96.         5,50
  97.  
  98.         The above (5,50), will run 50.POW in your SOURCE directory.
  99.  
  100. Run External DOS programs on each logon
  101. ---------------------------------------
  102.   This is the same as running a DOS program on logoff, except it is after
  103.   the callers has logged onto the bbs.
  104.  
  105.   PowerBBS will run 'LOGON'+Node#+'.BAT'
  106.  
  107.   See the manual for running a DOS program on logoff.  This is the same, except
  108.   it is on logon and the file is LOGON instead of LOGOFF.
  109.  
  110. Added Delete_File PowerLang Command
  111. -----------------------------------
  112.   Delete_File will delete the file you specify in quotes.
  113.  
  114.   Delete_File "C:\Junk.Txt"
  115.  
  116.   Deletes the file Junk.Txt
  117.  
  118. Sysops Menu is now built into Powrbbs.exe
  119. -----------------------------------------
  120.  
  121. Type_File_List - New PowerLang Command
  122. --------------------------------------
  123.  
  124. Use this command the same as Type_File, except using Type_File_List
  125. will display the file as though it is a file listing (meaning, PowerBBS
  126. will automatically color the listing if the user has color).
  127.  
  128. Added Auto Bringup of PowerBBS LogOn Dialog (Windows Version)
  129. -------------------------------------------
  130.  
  131. If you add /D to the command line of PowerBBS (at the Icon for example),
  132. PowerBBS will automatically bring up the logon dialog box.
  133.  
  134. Ex: C:\Powrbbs\Powrbbs.Exe C:\Powrbbs\Powrbbs.Dat /D
  135.  
  136. Added NON-ICON capability to PBBSPROT
  137. -------------------------------------
  138.  
  139. On loading PBBSPROT, it will normally display the minimized ICON on
  140. the bottom of the screen.  It will come up as normal only if the PowerBBS
  141. window is itself active, otherwise the icon will become active.
  142.  
  143. If you do not want the PBBSPROT icon to become active (the window itself
  144. will still become active if the PowerBBS window is active), add a /N
  145. to the end of the command line in your protocol.bbs file.
  146.  
  147. Example old line:
  148. c:\powrbbs\pbbsprot.exe |PBBSDAT| sz
  149.  
  150. New:
  151. c:\powrbbs\pbbsprot.exe |PBBSDAT| sz /N
  152.  
  153. Enhancements
  154. ------------
  155.  
  156.   The maximum number of files listings is now 250 (windows ver only).
  157.  
  158.   The maximum number of download dirs is now 500 (windows ver only).
  159.  
  160.   Messages may now be up to 250 lines long (windows ver only).
  161.  
  162. -------------------------------------------------------------------------------
  163. 1.86:
  164.  
  165.   Added |WHO-ON| macro to identify the current callers information.
  166.  
  167.   Added HSLINK support.
  168.  
  169.